Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 17 - File Objects / File Objects Reference
File Objects Routines / Creating File Objects


Q3File_New

You can use the Q3File_New function to create a new file object.

TQ3FileObject Q3File_New (void);
DESCRIPTION
The Q3File_New function returns, as its function result, a new file object. If Q3File_New cannot create a new file object, it returns the value NULL.

ERRORS
kQ3ErrorOutOfMemory


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996